CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - adaboost 检测

搜索资源列表

  1. Adaboost人脸检测的MATLAB仿真程序

    3下载:
  2. Adaboost人脸检测的MATLAB仿真程序.经过调试能得到很好的结果
  3. 所属分类:matlab例程

    • 发布日期:2012-03-29
    • 文件大小:807520
    • 提供者:wy12148@163.com
  1. adaboost人脸检测训练算法

    1下载:
  2. adaboost人脸检测训练算法的技术原理与实施细节
  3. 所属分类:软件工程

  1. facedetect1.rar

    0下载:
  2. 基于Adaboost算法的人脸检测程序,开发环境VC6.0,Adaboost-based face detection algorithm process, development environment VC6.0
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:903376
    • 提供者:guodongmei
  1. Adaboost

    0下载:
  2. 总结和整理了一些adaboost文献资料 对做人脸检测和识别有一定的帮助-Adaboost summarized and compiled some literature on the human face detection and identification of some help
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-10
    • 文件大小:17700319
    • 提供者:seulk
  1. Adaboost

    0下载:
  2. 利用adaboost算法进行人脸识别,检测一副静态或动态图像中的人头数目-Adaboost algorithm using face recognition, image detection of a static or dynamic number of head
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12482552
    • 提供者:张力
  1. adaboost

    1下载:
  2. 基于ADABOOST的人脸检测代码,使用继承的策略,包括特征的计算,提取,ADABOOST训练,级联,最后训练出数据,还有注释,可以帮助大家研究ADBOOST-Based on ADABOOST face detection code, the use of inheritance strategies, including the calculation of features, extraction, ADABOOST training cascade, the last train out
  3. 所属分类:Graph Recognize

    • 发布日期:2014-06-03
    • 文件大小:13312
    • 提供者:
  1. 人脸检测算法对AdaBoost算法进行了改进

    0下载:
  2. 2008_bmvc_FaceDetector, 实进人脸检测算法,对AdaBoost算法进行了改进,相比之下,比OPENCV中自带的基于HAAR特征的人脸检测算法更稳定。-2008_bmvc_FaceDetector, really into the face detection algorithm, the AdaBoost algorithm has been improved, compared to the native than OPENCV HAAR feature based fa
  3. 所属分类:matlab例程

    • 发布日期:2017-05-20
    • 文件大小:5644584
    • 提供者:joe
  1. objectmarker

    0下载:
  2. 在人脸检测中用于标记人脸位置的objectmarker.exe,本人花了很大力气才收集到的-Face Detection in for marking the location of human faces objectmarker.exe, I spent a lot only collected
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:921298
    • 提供者:王仿
  1. adboost_cascade

    2下载:
  2. 基于adaboost的人脸检测算法,包括训练,修改了数据读取结构,降低了内存需求-Based on adaboost face detection algorithms, including training, to modify the data read structure, reducing the memory requirements
  3. 所属分类:matlab

    • 发布日期:2016-04-13
    • 文件大小:14336
    • 提供者:alvin
  1. Face-Detection

    0下载:
  2. 基于Adaboost级联分类的人脸和人眼检测,其中的三个xml是Adaboost分类器参数-Adaboost cascade based on the human face and eye detection, three of which are Adaboost classifier parameters xml
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:163275
    • 提供者:kiser_cai
  1. FaceDetection

    0下载:
  2. 人脸检测。用c++编写。人脸检测是人脸分析的首要环节,其处理的问题是确认图像(或影像)中是 否存在人脸,如果存在则对人脸进行定位。人脸检测的应用领域相当广泛,是实 现机器智能化的重要步骤之一。 AdaBoost 算法是1995 年提出的一种快速人脸检测算法,是人脸检测领域里 程碑式的进步,这种算法根据弱学习的反馈,适应性地调整假设的错误率,使在 效率不降低的情况下,检测正确率得到了很大的提高。-Face Detection. Using c++ to prepare. Fac
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:896865
    • 提供者:ashura
  1. HarrDetect

    0下载:
  2. adaboost 人脸检测,实现批量检测功能,并统计分类器性能-adaboost face detection, to achieve mass detection and performance of statistical classification
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:24690651
    • 提供者:郑恩
  1. face_recognition_adaBoost_M2

    1下载:
  2. 人脸检测程序,利用adaboost和M2算法检测人脸-Face detection procedures, the use of AdaBoost M2 algorithm and Face Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:64580
    • 提供者:321
  1. Haar_classfy_target

    0下载:
  2. 利用Haar分类器寻找检测目标,进行跟踪-The use of Haar classifiers to find the target detection, tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:179049
    • 提供者:陈必明
  1. simpleABdemo

    0下载:
  2. Adaboost算法的基本思想是:利用大量的分类能力一般的弱分类器(weaker ifier)通过一定的方法叠加(boost)起来,构成一个分类能力很强的强分类器 眼eClassifier),再将若干个强分类器串联成为分级分类器(ClassifierCaseade) 图像搜索检测。本文就是利用Adaboost算法将由类haar特征生成的弱分类器 成为强分类器,再将强分类器串联成为分级分类器。 -Adaboost algorithm basic idea is: the abi
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:8522
    • 提供者:wangxuyang
  1. FaceDetectorOtherversion

    3下载:
  2. 人脸检测的一个程序,adaboost+cascade+haar 能运行-Face detection of a program, adaboost+ Cascade+ Haar to run
  3. 所属分类:2D图形编程

    • 发布日期:2014-03-18
    • 文件大小:786759
    • 提供者:who
  1. PCA

    0下载:
  2. Adaboost实现人脸检测,这个很好用,速度快,准确-Adaboost face detection to achieve this good use, fast, accurate
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:45652
    • 提供者:胡源
  1. c02

    0下载:
  2. [demo.rar] - 增值税发票抵扣联字符识别中的图像倾斜校正方法,很有用 [2007012218032016052.rar] - 目前紧紧支持24种验证码的识别,后续版本将会慢慢加入更多可识别的格式。 [OCR.rar] - OCR光学字符识别代码,思想是背景16值变化,提供勾,圈,叉识别 [javawllt.rar] - 用JAVA编译的局域网聊天程序 v 1.0 ,此聊天程序为学习java语言而开发的 [MySoft.rar] - 一种利用硬盘序列号对
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1632486
    • 提供者:宇文龍
  1. human_face_detect_facemodel

    0下载:
  2. 人脸检测系统源码,准确定位,检测人脸,具有很强的抗噪能力,背景去除,最最关键的一步是肤色匹配,提供了人脸模型,算法自己看,绝对好东西-Human face detection system source code, accuratly position and detect face, which has a strong anti-noise ability. It is widely used in machine vision, pattern recognition, security
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:3064652
    • 提供者:yangle
  1. Adaboost_FD

    0下载:
  2. 在人脸检测中,使用Adaboost算法在一幅图像中检测出人脸具有比以往算法都要高的效率,这几篇论文是有关Adaboost方面的-Human Face Detection in the use of Adaboost algorithm in an image detected with people face higher than the efficiency of algorithms, this thesis is related to several aspects of Adaboos
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:3771084
    • 提供者:孙家冕
« 1 2 34 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com